Follow these steps to get AIBlog up and running.
curl, openssl, mbstring, json, mysqli, zipNote: Most modern hosting providers support these requirements by default. Check your control panel if you are unsure.
https://yourdomain.com/install.php and follow the on-screen wizard to enter your database credentials, API keys, and site details.To automate content generation and newsletter delivery, set up the following cron jobs on your server:
| Task | URL | Frequency |
|---|---|---|
| Generate Titles | .../auto/titles/<CRON_KEY> |
Once per day |
| Generate Articles | .../auto/articles/<CRON_KEY> |
Every 6 hours |
| Send Newsletters | .../auto/newsletter/<CRON_KEY> |
Every hour |
Important: Replace <CRON_KEY> with the secure key generated during installation. Use your hosting control panel to schedule these URLs.